Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the tutorial notebooks bug #3465

Merged
merged 2 commits into from
Jan 19, 2022
Merged

Fix the tutorial notebooks bug #3465

merged 2 commits into from
Jan 19, 2022

Conversation

yidong72
Copy link
Collaborator

Joint_Intent_and_Slot_Classification.ipynb
Text_Classification_Sentiment_Analysis.ipynb
problem are caused by extra cfg key in the checkpoint file

Relation_Extraction-BioMegatron.ipynb
problem is caused by forgetting to set the correct model_config variable.

Copy link
Collaborator

@ericharper ericharper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

Signed-off-by: Yi Dong <[email protected]>
@titu1994 titu1994 merged commit 49adb8d into r1.6.0 Jan 19, 2022
@titu1994 titu1994 deleted the bug_fix_1.6_notebooks branch January 19, 2022 23:36
ericharper pushed a commit that referenced this pull request Jan 24, 2022
* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>
titu1994 added a commit that referenced this pull request Jan 24, 2022
* update branch

Signed-off-by: ericharper <[email protected]>

* minor updates for finetuning (#3455)

Signed-off-by: Jason <[email protected]>

* Fix hysterisis loading (#3460)

Signed-off-by: MaximumEntropy <[email protected]>

* Fix the tutorial notebooks bug (#3465)

* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>

* Test only if the model was trained on single GPU for accurate results. (#3470)

* Test only if the model was trained on single GPU for accurate results.

Signed-off-by: smajumdar <[email protected]>

* Test only if the model was trained on single GPU for accurate results.

Signed-off-by: smajumdar <[email protected]>

* Fix the errors/bugs in ASR with diarization tutorial (#3461)

* Initial commit

Signed-off-by: Taejin Park <[email protected]>

* fixed missing docstring

Signed-off-by: Taejin Park <[email protected]>

* Fixed main to r1.6.0

Signed-off-by: Taejin Park <[email protected]>

* Fixed pip install issues

Signed-off-by: Taejin Park <[email protected]>

* NMT documentation for bottleneck architecture (#3464)

* 1. Updated NMT doc to include bottleneck architecture.

Signed-off-by: Micha Livne <[email protected]>

* 1. Debugging.

Signed-off-by: Micha Livne <[email protected]>

* 1. Debugging.

Signed-off-by: Micha Livne <[email protected]>

* 1. Debugging.

Signed-off-by: Micha Livne <[email protected]>

* 1. Debugging.

Signed-off-by: Micha Livne <[email protected]>

Co-authored-by: Micha Livne <[email protected]>

* WFST Punct post fix + punct tutorial fixes (#3469)

* punct tutorial and wfst_post_process firx

Signed-off-by: ekmb <[email protected]>

* format

Signed-off-by: ekmb <[email protected]>

Co-authored-by: PeganovAnton <[email protected]>
Co-authored-by: Yang Zhang <[email protected]>

* Process correctly label ids dataset parameter + standardize type of label ids model attribute + minor changes (error messages, typing) (#3471)

* Fix label ids dictionary type

Signed-off-by: PeganovAnton <[email protected]>

* Fix to_container method usage

Signed-off-by: PeganovAnton <[email protected]>

Co-authored-by: ekmb <[email protected]>

* file name fix - Segmentation tutorial (#3474)

* update file name

Signed-off-by: ekmb <[email protected]>

* update file name

Signed-off-by: ekmb <[email protected]>

* Patch fix for the multiple last checkpoints issue (#3468)

* fix line

Signed-off-by: nithinraok <[email protected]>

* add TODO comment

Signed-off-by: nithinraok <[email protected]>

* upper bound ptl, lower bound numpy (#3466)

Signed-off-by: ericharper <[email protected]>

* fix bug with arguments for preprocessor (#3481)

Signed-off-by: Oktai Tatanov <[email protected]>

* Fix `punctuation_capitalization_train_evaluate.py` description (#3482)

* fix run script documentation

Signed-off-by: PeganovAnton <[email protected]>

* Add missing parameters to examples in documentation

Signed-off-by: PeganovAnton <[email protected]>

* Standardize format of paths and file names in docs examples

Signed-off-by: PeganovAnton <[email protected]>

* Remove wordtokenizer example from NLP tokenizer notebook (#3477)

* nb fix

Signed-off-by: Abhinav Khattar <[email protected]>

* keep token change for later

Signed-off-by: Abhinav Khattar <[email protected]>

* fix

Signed-off-by: Abhinav Khattar <[email protected]>

* Properly support -1 for labels in ctc char models (#3487)

Signed-off-by: smajumdar <[email protected]>

Co-authored-by: Vahid Noroozi <[email protected]>

* typo fix in diarization notebooks (#3480)

Signed-off-by: nithinraok <[email protected]>

* Add Apex import guard (#3467)

* add apex guard

Signed-off-by: ericharper <[email protected]>

* add import guard

Signed-off-by: ericharper <[email protected]>

* remove MegatronBertEncoder class

Signed-off-by: ericharper <[email protected]>

* update warning message when apex not found

Signed-off-by: ericharper <[email protected]>

* style

Signed-off-by: ericharper <[email protected]>

* remove import from init

Signed-off-by: ericharper <[email protected]>

* remove unused import

Signed-off-by: ericharper <[email protected]>

* Fix checkpoint converter in O2 style (#3486)

* Fix checkpoint converter in O2 style

Signed-off-by: Yu Yao <[email protected]>

* Fix style

Signed-off-by: Yu Yao <[email protected]>

Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: Eric Harper <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

Co-authored-by: Jason <[email protected]>
Co-authored-by: Sandeep Subramanian <[email protected]>
Co-authored-by: Yi Dong <[email protected]>
Co-authored-by: Somshubra Majumdar <[email protected]>
Co-authored-by: Taejin Park <[email protected]>
Co-authored-by: Micha Livne <[email protected]>
Co-authored-by: Micha Livne <[email protected]>
Co-authored-by: Evelina <[email protected]>
Co-authored-by: PeganovAnton <[email protected]>
Co-authored-by: Yang Zhang <[email protected]>
Co-authored-by: ekmb <[email protected]>
Co-authored-by: Nithin Rao <[email protected]>
Co-authored-by: Oktai Tatanov <[email protected]>
Co-authored-by: Abhinav Khattar <[email protected]>
Co-authored-by: Vahid Noroozi <[email protected]>
Co-authored-by: yaoyu-33 <[email protected]>
Co-authored-by: Yu Yao <[email protected]>
ericharper pushed a commit that referenced this pull request Jan 31, 2022
* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>
titu1994 added a commit that referenced this pull request Jan 31, 2022
* update branch

Signed-off-by: ericharper <[email protected]>

* Fix the tutorial notebooks bug (#3465)

* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>

* Fix checkpoint converter in O2 style (#3486)

* Fix checkpoint converter in O2 style

Signed-off-by: Yu Yao <[email protected]>

* Fix style

Signed-off-by: Yu Yao <[email protected]>

Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: Eric Harper <[email protected]>

* Remove pickled features from tarred dataset (#3491)

Signed-off-by: PeganovAnton <[email protected]>

Co-authored-by: ekmb <[email protected]>

* adding missing init files (#3505)

Signed-off-by: Yang Zhang <[email protected]>

* typos (#3504)

* typos

Signed-off-by: ekmb <[email protected]>

* link fix

Signed-off-by: ekmb <[email protected]>

* update titanet conf (#3507)

Signed-off-by: nithinraok <[email protected]>

* Fix link to NGC page for ASR (#3512)

Signed-off-by: smajumdar <[email protected]>

* vad typo fix (#3490)

* remove always broken ptl link

Signed-off-by: fayejf <[email protected]>

* fix typo

Signed-off-by: fayejf <[email protected]>

* Add verification helper function and update docs (#3514)

* Add verification helper function and update docs

Signed-off-by: nithinraok <[email protected]>

* typo fixes

Signed-off-by: nithinraok <[email protected]>

* fixed the num_classes bug of conv decoder. (#3525)

* fixed the num_classes bug.

Signed-off-by: Vahid <[email protected]>

* added logging info.

Signed-off-by: Vahid <[email protected]>

* Enforce utf-8 on all file r/w (#3520)

* Update paths to subtask

Signed-off-by: smajumdar <[email protected]>

* Enforce utf-8 on all file r/w

Signed-off-by: smajumdar <[email protected]>

Co-authored-by: Eric Harper <[email protected]>

* Fixed section typo (#3522)

Signed-off-by: Virginia Adams <[email protected]>

* Pushing updated WFST Tutorial to r1.6.0 (#3521)

Signed-off-by: tbartley94 <[email protected]>

Co-authored-by: Yang Zhang <[email protected]>

* Fixed duplicate cell bug (#3518)

Signed-off-by: Virginia Adams <[email protected]>

* WFST tutorial update (#3531)

* Pushing updated WFST Tutorial to r1.6.0

Signed-off-by: tbartley94 <[email protected]>

* Hopefully final corrections to WFST tutorials.

Signed-off-by: tbartley94 <[email protected]>

* [TTS] Fix bug in inference tts notebook (#3532)

* fix bug in inference tts notebook

Signed-off-by: Oktai Tatanov <[email protected]>

* Update Inference_ModelSelect.ipynb

* fix space

Signed-off-by: Oktai Tatanov <[email protected]>

* remove space

Signed-off-by: Oktai Tatanov <[email protected]>

* Prompt tuning documentation (#3541)

* Started prompt tuning doc

Signed-off-by: Virginia Adams <[email protected]>

* Update prompt_tuning.rst

* Update models.rst

* Update models.rst

* Update and rename megatron_finetuning.rst to megatron_downstream_tasks.rst

* Update intro.rst

* Update intro.rst

* Update and rename megatron_downstream_tasks.rst to megatron_finetuning.rst

* Update megatron_finetuning.rst

* Delete prompt_tuning.rst

* Update README.rst

* Update docs/source/nlp/megatron_finetuning.rst

Co-authored-by: Eric Harper <[email protected]>

* Fix nmt resume (#3539)

* check for model attr

Signed-off-by: ericharper <[email protected]>

* update jenkins test

Signed-off-by: ericharper <[email protected]>

* TN bug fix (#3538)

* ve and cel fixes

Signed-off-by: ekmb <[email protected]>

* ve and cel fixes

Signed-off-by: ekmb <[email protected]>

* add w to single digit roman and cardinal single digit graph (non det)

Signed-off-by: ekmb <[email protected]>

* isn't fix

Signed-off-by: ekmb <[email protected]>

Co-authored-by: Yang Zhang <[email protected]>
Co-authored-by: Eric Harper <[email protected]>

* fix bug in tutorial (#3546)

Signed-off-by: Oktai Tatanov <[email protected]>

* Update nvidia container check (#3535)

* update nvidia container check

Signed-off-by: ericharper <[email protected]>

* update minor version

Signed-off-by: ericharper <[email protected]>

* add check to T5

Signed-off-by: ericharper <[email protected]>

* style

Signed-off-by: ericharper <[email protected]>

* update bert

Signed-off-by: ericharper <[email protected]>

* forgot import

Signed-off-by: ericharper <[email protected]>

* remove import

Signed-off-by: ericharper <[email protected]>

* Fix an issue with wandb not displaying updated config changes (#3552)

Signed-off-by: smajumdar <[email protected]>

* remove extra instance (#3551)

Signed-off-by: ericharper <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

* update package info

Signed-off-by: ericharper <[email protected]>

* revert

Signed-off-by: ericharper <[email protected]>

Co-authored-by: Yi Dong <[email protected]>
Co-authored-by: yaoyu-33 <[email protected]>
Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: PeganovAnton <[email protected]>
Co-authored-by: ekmb <[email protected]>
Co-authored-by: Yang Zhang <[email protected]>
Co-authored-by: Evelina <[email protected]>
Co-authored-by: Nithin Rao <[email protected]>
Co-authored-by: Somshubra Majumdar <[email protected]>
Co-authored-by: fayejf <[email protected]>
Co-authored-by: Vahid Noroozi <[email protected]>
Co-authored-by: Virginia Adams <[email protected]>
Co-authored-by: tbartley94 <[email protected]>
Co-authored-by: Oktai Tatanov <[email protected]>
ericharper pushed a commit that referenced this pull request Feb 2, 2022
* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>
nithinraok added a commit that referenced this pull request Feb 2, 2022
* update branch

Signed-off-by: ericharper <[email protected]>

* minor updates for finetuning (#3455)

Signed-off-by: Jason <[email protected]>

* Fix hysterisis loading (#3460)

Signed-off-by: MaximumEntropy <[email protected]>

* Fix the tutorial notebooks bug (#3465)

* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>

* Test only if the model was trained on single GPU for accurate results. (#3470)

* Test only if the model was trained on single GPU for accurate results.

Signed-off-by: smajumdar <[email protected]>

* Test only if the model was trained on single GPU for accurate results.

Signed-off-by: smajumdar <[email protected]>

* Fix the errors/bugs in ASR with diarization tutorial (#3461)

* Initial commit

Signed-off-by: Taejin Park <[email protected]>

* fixed missing docstring

Signed-off-by: Taejin Park <[email protected]>

* Fixed main to r1.6.0

Signed-off-by: Taejin Park <[email protected]>

* Fixed pip install issues

Signed-off-by: Taejin Park <[email protected]>

* NMT documentation for bottleneck architecture (#3464)

* 1. Updated NMT doc to include bottleneck architecture.

Signed-off-by: Micha Livne <[email protected]>

* 1. Debugging.

Signed-off-by: Micha Livne <[email protected]>

* 1. Debugging.

Signed-off-by: Micha Livne <[email protected]>

* 1. Debugging.

Signed-off-by: Micha Livne <[email protected]>

* 1. Debugging.

Signed-off-by: Micha Livne <[email protected]>

Co-authored-by: Micha Livne <[email protected]>

* WFST Punct post fix + punct tutorial fixes (#3469)

* punct tutorial and wfst_post_process firx

Signed-off-by: ekmb <[email protected]>

* format

Signed-off-by: ekmb <[email protected]>

Co-authored-by: PeganovAnton <[email protected]>
Co-authored-by: Yang Zhang <[email protected]>

* Process correctly label ids dataset parameter + standardize type of label ids model attribute + minor changes (error messages, typing) (#3471)

* Fix label ids dictionary type

Signed-off-by: PeganovAnton <[email protected]>

* Fix to_container method usage

Signed-off-by: PeganovAnton <[email protected]>

Co-authored-by: ekmb <[email protected]>

* file name fix - Segmentation tutorial (#3474)

* update file name

Signed-off-by: ekmb <[email protected]>

* update file name

Signed-off-by: ekmb <[email protected]>

* Patch fix for the multiple last checkpoints issue (#3468)

* fix line

Signed-off-by: nithinraok <[email protected]>

* add TODO comment

Signed-off-by: nithinraok <[email protected]>

* upper bound ptl, lower bound numpy (#3466)

Signed-off-by: ericharper <[email protected]>

* fix bug with arguments for preprocessor (#3481)

Signed-off-by: Oktai Tatanov <[email protected]>

* Fix `punctuation_capitalization_train_evaluate.py` description (#3482)

* fix run script documentation

Signed-off-by: PeganovAnton <[email protected]>

* Add missing parameters to examples in documentation

Signed-off-by: PeganovAnton <[email protected]>

* Standardize format of paths and file names in docs examples

Signed-off-by: PeganovAnton <[email protected]>

* Remove wordtokenizer example from NLP tokenizer notebook (#3477)

* nb fix

Signed-off-by: Abhinav Khattar <[email protected]>

* keep token change for later

Signed-off-by: Abhinav Khattar <[email protected]>

* fix

Signed-off-by: Abhinav Khattar <[email protected]>

* Properly support -1 for labels in ctc char models (#3487)

Signed-off-by: smajumdar <[email protected]>

Co-authored-by: Vahid Noroozi <[email protected]>

* typo fix in diarization notebooks (#3480)

Signed-off-by: nithinraok <[email protected]>

* Add Apex import guard (#3467)

* add apex guard

Signed-off-by: ericharper <[email protected]>

* add import guard

Signed-off-by: ericharper <[email protected]>

* remove MegatronBertEncoder class

Signed-off-by: ericharper <[email protected]>

* update warning message when apex not found

Signed-off-by: ericharper <[email protected]>

* style

Signed-off-by: ericharper <[email protected]>

* remove import from init

Signed-off-by: ericharper <[email protected]>

* remove unused import

Signed-off-by: ericharper <[email protected]>

* Fix checkpoint converter in O2 style (#3486)

* Fix checkpoint converter in O2 style

Signed-off-by: Yu Yao <[email protected]>

* Fix style

Signed-off-by: Yu Yao <[email protected]>

Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: Eric Harper <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

Co-authored-by: Jason <[email protected]>
Co-authored-by: Sandeep Subramanian <[email protected]>
Co-authored-by: Yi Dong <[email protected]>
Co-authored-by: Somshubra Majumdar <[email protected]>
Co-authored-by: Taejin Park <[email protected]>
Co-authored-by: Micha Livne <[email protected]>
Co-authored-by: Micha Livne <[email protected]>
Co-authored-by: Evelina <[email protected]>
Co-authored-by: PeganovAnton <[email protected]>
Co-authored-by: Yang Zhang <[email protected]>
Co-authored-by: ekmb <[email protected]>
Co-authored-by: Nithin Rao <[email protected]>
Co-authored-by: Oktai Tatanov <[email protected]>
Co-authored-by: Abhinav Khattar <[email protected]>
Co-authored-by: Vahid Noroozi <[email protected]>
Co-authored-by: yaoyu-33 <[email protected]>
Co-authored-by: Yu Yao <[email protected]>
nithinraok added a commit that referenced this pull request Feb 2, 2022
* update branch

Signed-off-by: ericharper <[email protected]>

* Fix the tutorial notebooks bug (#3465)

* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>

* Fix checkpoint converter in O2 style (#3486)

* Fix checkpoint converter in O2 style

Signed-off-by: Yu Yao <[email protected]>

* Fix style

Signed-off-by: Yu Yao <[email protected]>

Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: Eric Harper <[email protected]>

* Remove pickled features from tarred dataset (#3491)

Signed-off-by: PeganovAnton <[email protected]>

Co-authored-by: ekmb <[email protected]>

* adding missing init files (#3505)

Signed-off-by: Yang Zhang <[email protected]>

* typos (#3504)

* typos

Signed-off-by: ekmb <[email protected]>

* link fix

Signed-off-by: ekmb <[email protected]>

* update titanet conf (#3507)

Signed-off-by: nithinraok <[email protected]>

* Fix link to NGC page for ASR (#3512)

Signed-off-by: smajumdar <[email protected]>

* vad typo fix (#3490)

* remove always broken ptl link

Signed-off-by: fayejf <[email protected]>

* fix typo

Signed-off-by: fayejf <[email protected]>

* Add verification helper function and update docs (#3514)

* Add verification helper function and update docs

Signed-off-by: nithinraok <[email protected]>

* typo fixes

Signed-off-by: nithinraok <[email protected]>

* fixed the num_classes bug of conv decoder. (#3525)

* fixed the num_classes bug.

Signed-off-by: Vahid <[email protected]>

* added logging info.

Signed-off-by: Vahid <[email protected]>

* Enforce utf-8 on all file r/w (#3520)

* Update paths to subtask

Signed-off-by: smajumdar <[email protected]>

* Enforce utf-8 on all file r/w

Signed-off-by: smajumdar <[email protected]>

Co-authored-by: Eric Harper <[email protected]>

* Fixed section typo (#3522)

Signed-off-by: Virginia Adams <[email protected]>

* Pushing updated WFST Tutorial to r1.6.0 (#3521)

Signed-off-by: tbartley94 <[email protected]>

Co-authored-by: Yang Zhang <[email protected]>

* Fixed duplicate cell bug (#3518)

Signed-off-by: Virginia Adams <[email protected]>

* WFST tutorial update (#3531)

* Pushing updated WFST Tutorial to r1.6.0

Signed-off-by: tbartley94 <[email protected]>

* Hopefully final corrections to WFST tutorials.

Signed-off-by: tbartley94 <[email protected]>

* [TTS] Fix bug in inference tts notebook (#3532)

* fix bug in inference tts notebook

Signed-off-by: Oktai Tatanov <[email protected]>

* Update Inference_ModelSelect.ipynb

* fix space

Signed-off-by: Oktai Tatanov <[email protected]>

* remove space

Signed-off-by: Oktai Tatanov <[email protected]>

* Prompt tuning documentation (#3541)

* Started prompt tuning doc

Signed-off-by: Virginia Adams <[email protected]>

* Update prompt_tuning.rst

* Update models.rst

* Update models.rst

* Update and rename megatron_finetuning.rst to megatron_downstream_tasks.rst

* Update intro.rst

* Update intro.rst

* Update and rename megatron_downstream_tasks.rst to megatron_finetuning.rst

* Update megatron_finetuning.rst

* Delete prompt_tuning.rst

* Update README.rst

* Update docs/source/nlp/megatron_finetuning.rst

Co-authored-by: Eric Harper <[email protected]>

* Fix nmt resume (#3539)

* check for model attr

Signed-off-by: ericharper <[email protected]>

* update jenkins test

Signed-off-by: ericharper <[email protected]>

* TN bug fix (#3538)

* ve and cel fixes

Signed-off-by: ekmb <[email protected]>

* ve and cel fixes

Signed-off-by: ekmb <[email protected]>

* add w to single digit roman and cardinal single digit graph (non det)

Signed-off-by: ekmb <[email protected]>

* isn't fix

Signed-off-by: ekmb <[email protected]>

Co-authored-by: Yang Zhang <[email protected]>
Co-authored-by: Eric Harper <[email protected]>

* fix bug in tutorial (#3546)

Signed-off-by: Oktai Tatanov <[email protected]>

* Update nvidia container check (#3535)

* update nvidia container check

Signed-off-by: ericharper <[email protected]>

* update minor version

Signed-off-by: ericharper <[email protected]>

* add check to T5

Signed-off-by: ericharper <[email protected]>

* style

Signed-off-by: ericharper <[email protected]>

* update bert

Signed-off-by: ericharper <[email protected]>

* forgot import

Signed-off-by: ericharper <[email protected]>

* remove import

Signed-off-by: ericharper <[email protected]>

* Fix an issue with wandb not displaying updated config changes (#3552)

Signed-off-by: smajumdar <[email protected]>

* remove extra instance (#3551)

Signed-off-by: ericharper <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

* update package info

Signed-off-by: ericharper <[email protected]>

* revert

Signed-off-by: ericharper <[email protected]>

Co-authored-by: Yi Dong <[email protected]>
Co-authored-by: yaoyu-33 <[email protected]>
Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: PeganovAnton <[email protected]>
Co-authored-by: ekmb <[email protected]>
Co-authored-by: Yang Zhang <[email protected]>
Co-authored-by: Evelina <[email protected]>
Co-authored-by: Nithin Rao <[email protected]>
Co-authored-by: Somshubra Majumdar <[email protected]>
Co-authored-by: fayejf <[email protected]>
Co-authored-by: Vahid Noroozi <[email protected]>
Co-authored-by: Virginia Adams <[email protected]>
Co-authored-by: tbartley94 <[email protected]>
Co-authored-by: Oktai Tatanov <[email protected]>
titu1994 pushed a commit that referenced this pull request Feb 2, 2022
* update branch

Signed-off-by: ericharper <[email protected]>

* Fix the tutorial notebooks bug (#3465)

* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>

* Fix checkpoint converter in O2 style (#3486)

* Fix checkpoint converter in O2 style

Signed-off-by: Yu Yao <[email protected]>

* Fix style

Signed-off-by: Yu Yao <[email protected]>

Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: Eric Harper <[email protected]>

* Pushing updated WFST Tutorial to r1.6.0 (#3521)

Signed-off-by: tbartley94 <[email protected]>

Co-authored-by: Yang Zhang <[email protected]>

* WFST tutorial update (#3531)

* Pushing updated WFST Tutorial to r1.6.0

Signed-off-by: tbartley94 <[email protected]>

* Hopefully final corrections to WFST tutorials.

Signed-off-by: tbartley94 <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

* add rank check and barrier

Signed-off-by: ericharper <[email protected]>

* fix embedding name for verifying speakers (#3578)

Signed-off-by: nithinraok <[email protected]>

* Add guards (#3579)

* add guards

Signed-off-by: ericharper <[email protected]>

* remove import

Signed-off-by: ericharper <[email protected]>

* style

Signed-off-by: ericharper <[email protected]>

* raise import error instead of warning

Signed-off-by: ericharper <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

Co-authored-by: Yi Dong <[email protected]>
Co-authored-by: yaoyu-33 <[email protected]>
Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: tbartley94 <[email protected]>
Co-authored-by: Yang Zhang <[email protected]>
Co-authored-by: Nithin Rao <[email protected]>
fayejf pushed a commit that referenced this pull request Mar 2, 2022
* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>
fayejf added a commit that referenced this pull request Mar 2, 2022
* update branch

Signed-off-by: ericharper <[email protected]>

* Fix the tutorial notebooks bug (#3465)

* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>

* Fix checkpoint converter in O2 style (#3486)

* Fix checkpoint converter in O2 style

Signed-off-by: Yu Yao <[email protected]>

* Fix style

Signed-off-by: Yu Yao <[email protected]>

Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: Eric Harper <[email protected]>

* Remove pickled features from tarred dataset (#3491)

Signed-off-by: PeganovAnton <[email protected]>

Co-authored-by: ekmb <[email protected]>

* adding missing init files (#3505)

Signed-off-by: Yang Zhang <[email protected]>

* typos (#3504)

* typos

Signed-off-by: ekmb <[email protected]>

* link fix

Signed-off-by: ekmb <[email protected]>

* update titanet conf (#3507)

Signed-off-by: nithinraok <[email protected]>

* Fix link to NGC page for ASR (#3512)

Signed-off-by: smajumdar <[email protected]>

* vad typo fix (#3490)

* remove always broken ptl link

Signed-off-by: fayejf <[email protected]>

* fix typo

Signed-off-by: fayejf <[email protected]>

* Add verification helper function and update docs (#3514)

* Add verification helper function and update docs

Signed-off-by: nithinraok <[email protected]>

* typo fixes

Signed-off-by: nithinraok <[email protected]>

* fixed the num_classes bug of conv decoder. (#3525)

* fixed the num_classes bug.

Signed-off-by: Vahid <[email protected]>

* added logging info.

Signed-off-by: Vahid <[email protected]>

* Enforce utf-8 on all file r/w (#3520)

* Update paths to subtask

Signed-off-by: smajumdar <[email protected]>

* Enforce utf-8 on all file r/w

Signed-off-by: smajumdar <[email protected]>

Co-authored-by: Eric Harper <[email protected]>

* Fixed section typo (#3522)

Signed-off-by: Virginia Adams <[email protected]>

* Pushing updated WFST Tutorial to r1.6.0 (#3521)

Signed-off-by: tbartley94 <[email protected]>

Co-authored-by: Yang Zhang <[email protected]>

* Fixed duplicate cell bug (#3518)

Signed-off-by: Virginia Adams <[email protected]>

* WFST tutorial update (#3531)

* Pushing updated WFST Tutorial to r1.6.0

Signed-off-by: tbartley94 <[email protected]>

* Hopefully final corrections to WFST tutorials.

Signed-off-by: tbartley94 <[email protected]>

* [TTS] Fix bug in inference tts notebook (#3532)

* fix bug in inference tts notebook

Signed-off-by: Oktai Tatanov <[email protected]>

* Update Inference_ModelSelect.ipynb

* fix space

Signed-off-by: Oktai Tatanov <[email protected]>

* remove space

Signed-off-by: Oktai Tatanov <[email protected]>

* Prompt tuning documentation (#3541)

* Started prompt tuning doc

Signed-off-by: Virginia Adams <[email protected]>

* Update prompt_tuning.rst

* Update models.rst

* Update models.rst

* Update and rename megatron_finetuning.rst to megatron_downstream_tasks.rst

* Update intro.rst

* Update intro.rst

* Update and rename megatron_downstream_tasks.rst to megatron_finetuning.rst

* Update megatron_finetuning.rst

* Delete prompt_tuning.rst

* Update README.rst

* Update docs/source/nlp/megatron_finetuning.rst

Co-authored-by: Eric Harper <[email protected]>

* Fix nmt resume (#3539)

* check for model attr

Signed-off-by: ericharper <[email protected]>

* update jenkins test

Signed-off-by: ericharper <[email protected]>

* TN bug fix (#3538)

* ve and cel fixes

Signed-off-by: ekmb <[email protected]>

* ve and cel fixes

Signed-off-by: ekmb <[email protected]>

* add w to single digit roman and cardinal single digit graph (non det)

Signed-off-by: ekmb <[email protected]>

* isn't fix

Signed-off-by: ekmb <[email protected]>

Co-authored-by: Yang Zhang <[email protected]>
Co-authored-by: Eric Harper <[email protected]>

* fix bug in tutorial (#3546)

Signed-off-by: Oktai Tatanov <[email protected]>

* Update nvidia container check (#3535)

* update nvidia container check

Signed-off-by: ericharper <[email protected]>

* update minor version

Signed-off-by: ericharper <[email protected]>

* add check to T5

Signed-off-by: ericharper <[email protected]>

* style

Signed-off-by: ericharper <[email protected]>

* update bert

Signed-off-by: ericharper <[email protected]>

* forgot import

Signed-off-by: ericharper <[email protected]>

* remove import

Signed-off-by: ericharper <[email protected]>

* Fix an issue with wandb not displaying updated config changes (#3552)

Signed-off-by: smajumdar <[email protected]>

* remove extra instance (#3551)

Signed-off-by: ericharper <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

* update package info

Signed-off-by: ericharper <[email protected]>

* revert

Signed-off-by: ericharper <[email protected]>

Co-authored-by: Yi Dong <[email protected]>
Co-authored-by: yaoyu-33 <[email protected]>
Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: PeganovAnton <[email protected]>
Co-authored-by: ekmb <[email protected]>
Co-authored-by: Yang Zhang <[email protected]>
Co-authored-by: Evelina <[email protected]>
Co-authored-by: Nithin Rao <[email protected]>
Co-authored-by: Somshubra Majumdar <[email protected]>
Co-authored-by: fayejf <[email protected]>
Co-authored-by: Vahid Noroozi <[email protected]>
Co-authored-by: Virginia Adams <[email protected]>
Co-authored-by: tbartley94 <[email protected]>
Co-authored-by: Oktai Tatanov <[email protected]>
fayejf pushed a commit that referenced this pull request Mar 2, 2022
* update branch

Signed-off-by: ericharper <[email protected]>

* Fix the tutorial notebooks bug (#3465)

* fix checkpoint loading and model config file

Signed-off-by: Yi Dong <[email protected]>

* fix style

Signed-off-by: Yi Dong <[email protected]>

* Fix checkpoint converter in O2 style (#3486)

* Fix checkpoint converter in O2 style

Signed-off-by: Yu Yao <[email protected]>

* Fix style

Signed-off-by: Yu Yao <[email protected]>

Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: Eric Harper <[email protected]>

* Pushing updated WFST Tutorial to r1.6.0 (#3521)

Signed-off-by: tbartley94 <[email protected]>

Co-authored-by: Yang Zhang <[email protected]>

* WFST tutorial update (#3531)

* Pushing updated WFST Tutorial to r1.6.0

Signed-off-by: tbartley94 <[email protected]>

* Hopefully final corrections to WFST tutorials.

Signed-off-by: tbartley94 <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

* add rank check and barrier

Signed-off-by: ericharper <[email protected]>

* fix embedding name for verifying speakers (#3578)

Signed-off-by: nithinraok <[email protected]>

* Add guards (#3579)

* add guards

Signed-off-by: ericharper <[email protected]>

* remove import

Signed-off-by: ericharper <[email protected]>

* style

Signed-off-by: ericharper <[email protected]>

* raise import error instead of warning

Signed-off-by: ericharper <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

* update branch

Signed-off-by: ericharper <[email protected]>

Co-authored-by: Yi Dong <[email protected]>
Co-authored-by: yaoyu-33 <[email protected]>
Co-authored-by: Yu Yao <[email protected]>
Co-authored-by: tbartley94 <[email protected]>
Co-authored-by: Yang Zhang <[email protected]>
Co-authored-by: Nithin Rao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants